From: Stan Grishin Date: Fri, 10 Oct 2025 23:30:41 +0000 (+0000) Subject: https-dns-proxy: bugfix: remove IPKG_INSTROOT check X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22http:/www.crowdsec.net/%22/%22https:/collectd.org/%22http:/www.crowdsec.net/%22?a=commitdiff_plain;h=63203845bd1ba90c46f82c295cec9c93da725ea1;p=feed%2Fpackages.git https-dns-proxy: bugfix: remove IPKG_INSTROOT check Signed-off-by: Stan Grishin (cherry picked from commit 8301996f679075660faa30e5ae1ef46fd67220cd) Signed-off-by: Stan Grishin --- diff --git a/net/https-dns-proxy/files/etc/init.d/https-dns-proxy b/net/https-dns-proxy/files/etc/init.d/https-dns-proxy index 1ff7c65895..42c9c991d7 100755 --- a/net/https-dns-proxy/files/etc/init.d/https-dns-proxy +++ b/net/https-dns-proxy/files/etc/init.d/https-dns-proxy @@ -9,8 +9,6 @@ STOP=15 # shellcheck disable=SC2034 USE_PROCD=1 -[ -n "${IPKG_INSTROOT}" ] && exit 0 - if type extra_command 1>/dev/null 2>&1; then extra_command 'version' 'Show version information' else